net/http.response.closeNotifyCh (field)

7 uses

	net/http (current package)
		server.go#L494: 	closeNotifyCh chan bool
		server.go#L2266: 	if w.closeNotifyCh == nil {
		server.go#L2267: 		w.closeNotifyCh = make(chan bool, 1)
		server.go#L2269: 			w.closeNotifyCh <- true // action prior closeNotify call
		server.go#L2272: 	return w.closeNotifyCh
		server.go#L2282: 	if w.closeNotifyCh != nil {
		server.go#L2283: 		w.closeNotifyCh <- true